home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Blender / OPENING.Dir / 00026.ls < prev    next >
Encoding:
Text File  |  1995-09-13  |  266 b   |  16 lines

  1. on exitFrame
  2.   global DEST, volume
  3.   set DEST to the pathName
  4.   if the quickTimePresent then
  5.     continue()
  6.   else
  7.     go("ERROR")
  8.   end if
  9.   set volume to 6
  10.   SETSPEAKER()
  11.   if the machineType <> 256 then
  12.     openXLib("RW.XOj")
  13.     initRearWindow(255)
  14.   end if
  15. end
  16.